home *** CD-ROM | disk | FTP | other *** search
- Path: News.KnK.com!dean
- From: dean@KnK.com (Matthew Dean)
- Newsgroups: comp.lang.c++
- Subject: Re: Faster FILE subroutines in standard C?
- Date: 8 Jan 1996 14:09:15 GMT
- Organization: Kash N' Karry
- Message-ID: <4cr8ib$c23@inetgw.knk.com>
- References: <4cflbt$d4h@sunburst.ccs.yorku.ca> <4cges0$kqi@news1.usa.pipeline.com>
- NNTP-Posting-Host: lexington-bf0.knk.com
-
- I have wrote several scanners/parsers and would have to agree with the original
- poster to some extent. Although I have found that the file i/o functions in the
- standard C library have been written for portability and not speed. I believe
- that if you try to combine some of the concepts in Chapter 1 of "The Zen of Code
- Optimization" with your windows program that you are writting to read you
- phonebook, you could achive a good mix of both.
-